Geospatial Analysis of COVID-19 Vaccination: A Local Electoral Area Analysis in Ireland

Sivagami Nedumaran, Ramya Sri Jayshankar1


1 School of Mathematical and Statistical Sciences, University of Galway

Background and Problem

The COVID-19 pandemic has demonstrated the important role vaccination plays in managing an infectious disease outbreak globally. There are several factors that might affect vaccination uptake, like vaccine center accessibility, urban-rural differences, and demographic variables. However, the influence of spatial determinants has not been widely done and this has potential to aid public health policy making during healthcare emergencies1.

Objectives of Project

  1. We aim to analyze the spatial and demographic determinants of COVID-19 vaccination rates across Local Electoral Areas (LEAs) in Ireland, distinguishing between urban and rural areas and identifying differences over time

  2. This includes assessing accessibility to vaccination centers (initial centers, GPs, and pharmacies) and evaluating relationships between demographic factors and vaccination rates

  3. Additionally, we examine the fit of non-linear logistic growth models to study vaccination uptake trends and infer spatial and demographic inequities. # Data Sources and Datasets

Data on centers offering COVID-19 vaccines are of three types: 1.GPs - Find a GP 2.Pharmacies - Offering COVID-19 and Flu Vaccines 3.Initial Vaccination Centers for COVID-19 - Archived webpage

They were scarped using rvest in R and selenium on python (for dynamic pages) They were all geocoded to obtain longitudes and latitudes using Google Maps API

LEA vaccination rates are in table CDC47 in CSO website

LEA Boundary files were taken from OSI

LEA Boundary files were linked to the CDC47 dataset by processing the LEA names to be same on both files and then using merge function on R to combine them on the LEA names.

Early Results / Descriptive Statistics of Datasets

Figure 1, and Figure 2resent an analysis of Primary Vaccination Rates, with the former highlighting rates by Local Electoral Area (LEA) and the latter depicting trends over time on a monthly basis.

Additionally, Figure 2provides a more detailed breakdown, distinguishing vaccination rates between urban and rural areas for each month.

## Reading layer `Merged_Data_Final' from data source 
##   `C:\Users\Sivagami Nedumaran\Downloads\Merged_Data_Final.shp' 
##   using driver `ESRI Shapefile'
## Simple feature collection with 5040 features and 18 fields
## Geometry type: MULTIPOLYGON
## Dimension:     XY
## Bounding box:  xmin: 417471.5 ymin: 519663.7 xmax: 734481.1 ymax: 966896.3
## Projected CRS: IRENET95 / Irish Transverse Mercator

Figure 1: LEA vs Primary Vaccination Rates

Primary Vaccination Course Completion Over Time

Figure 2: Primary Vaccination Course Completion Over Time

The centroids of the LEAs were calculated and the distance of these centroids to the initial vaccination centers were calculated using sf and geodist packages. The below Figure 3 gives the top 10 counties that have the shortest distance to the initial vaccination centers.
Minimum Distance to Vaccination Center

Figure 3: Minimum Distance to Vaccination Center

Next Project Steps

We plan to further analyse:

Geospatial Analysis: Inspect and extract variables that can be used to demonstrate accessability to the vaccination centers

Demographic Analysis: Extract local area level demographic summaries Transform compositional demographic variables for regression modelling.

Model Development: Implement mixed-effects models for vaccination uptake. Weight models by LEA population and account for temporal groupings

Feedback and Refinement: Review intermediate results and refine analysis as needed

GitHub

The code and datasets for this project can be viewed at our GitHub repository here: https://github.com/

References


  1. Chen, H., Cao, Y., Feng, L. et al. Understanding the spatial heterogeneity of COVID-19 vaccination uptake in England. BMC Public Health 23, 895 (2023). https://doi.org/10.1186/s12889-023-15801-w↩︎